a11y: Consolidate accessibility environment variables
authorEmmanuele Bassi <ebassi@gnome.org>
Sat, 7 Nov 2020 12:50:11 +0000 (12:50 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 9 Nov 2020 16:21:49 +0000 (16:21 +0000)
commit0af66305211492270cc313ddf9dfbc978a4701d8
tree1fcdad50d38abd2a5b3d7f6118661c769767e527
parente093ed7d6745b910077aaf6c60a58536704d8f52
a11y: Consolidate accessibility environment variables

Use a single environment variable for everything:

 - select the ATContext implementation
 - select the test ATContext
 - disable ATContext entirely

We use the same pattern as GSK_RENDERER, GTK_DEBUG, etc.

The documentation needs to be updated to include the environment
variable.
27 files changed:
docs/reference/gtk/running.md
gtk/gtkatcontext.c
gtk/gtktestatcontext.c
gtk/gtktestatcontextprivate.h
testsuite/a11y/meson.build
testsuite/css/api.test.in
testsuite/css/change/change.test.in
testsuite/css/change/meson.build
testsuite/css/meson.build
testsuite/css/nodes/meson.build
testsuite/css/nodes/nodes.test.in
testsuite/css/parser/parser.test.in
testsuite/css/style/meson.build
testsuite/css/style/style.test.in
testsuite/gdk/gdk.test.in
testsuite/gsk/meson.build
testsuite/gsk/render-nodes-cairo.test.in
testsuite/gsk/render-nodes-vulkan.test.in
testsuite/gtk/gtk.test.in
testsuite/gtk/meson.build
testsuite/reftests/meson.build
testsuite/reftests/reftests-dark.test.in
testsuite/reftests/reftests-hc.test.in
testsuite/reftests/reftests-hci.test.in
testsuite/reftests/reftests.test.in
testsuite/tools/meson.build
testsuite/tools/tools.test.in